home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / moreinfo / de / nl.css < prev    next >
Cascading Style Sheet File  |  2004-06-10  |  381b  |  23 lines

  1. BODY,TD {
  2.     font-family : Arial, Helvetica, sans-serif;
  3.     font-size : 10px;
  4.     line-height : 16px;
  5.     color : #000055;
  6.     background-color: #FFFFFF
  7. }
  8.  
  9. H1 {
  10.     font-family : Arial, Helvetica, sans-serif;
  11.     font-size : 11px;
  12.     line-height : 20px;
  13.     color : #000055;
  14. }
  15.  
  16. A {    text-decoration: none;
  17.     color:#000055;
  18. }
  19.  
  20. A:Hover {
  21.     text-decoration: underline;
  22.     color:#000055;
  23. }